Command:
getCurrentLogfilePath
Synopsis:
set strLogfilePath [ getCurrentLogfilePath ]
Arguments:
This command doesn't take any arguments.
Returns:
A string containing the path of the logfile which currently receives all logging output.
Availability:
Since version 01.01.00.
The getCurrentLogfilePath command returns the path of the current logfile.
Example:
# Find out the path of the current logfile and print it out (just the path, not the logfile itself).
set strPathOfLogfile [ getCurrentLogfilePath ]
DPrint "The path of the current logfile is $strPathOfLogfile. Marvelous, innit?"